home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Printer / HP550C / gsif-color-mq < prev    next >
Text File  |  1993-05-12  |  294b  |  12 lines

  1. #!/bin/sh
  2. # Medium quality multi-pass 32-bit color CMYK driver front-end
  3. # for the HP550C.
  4. #    Avery Wang
  5. #    email: avery@ccrma.stanford.edu
  6. #    May 13, 1993
  7.  
  8. /usr/local/bin/gs -q -dBitsPerPixel=32 -dCMYKmode=1 -dShingling=1 \
  9. -sPAPERSIZE=letter -sOutputFile=- -sDEVICE=cdj550 -r300 -dNOPAUSE -
  10.  
  11.